Builder
class Builder
Content copied to clipboard
Constructors
Functions
build
Link copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
Minimum zoom level for the tile package.Note: the implementation loads and stores the loaded tilesin batches, each batch has a pre-defined zoom range and it containsall child tiles within the range.The currently used tile batches zoom ranges are:- Global coverage: 0 - 5- Regional information: 6 - 10- Local information: 11 - 14- Streets detail: 15 - 16Internally, the implementation maps the given tile pack zoom rangeand geometry to a set of pre-defined batches to load, thereforeit is highly recommended to choose the `minZoom` and `maxZoom` valuesin accordance with the tile batches zoom ranges (see the list above).
pixelRatio
Link copied to clipboard
stylePackOptions
Link copied to clipboard
open fun stylePackOptions(@Nullable() stylePackOptions: StylePackLoadOptions): TilesetDescriptorOptions.Builder
Content copied to clipboard
styleURI
Link copied to clipboard
open fun styleURI(@NonNull() styleURI: String): TilesetDescriptorOptions.Builder
Content copied to clipboard